home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / sockv2 / fileget.dfm / fileget.txt
Encoding:
Text File  |  1995-12-22  |  1.9 KB  |  109 lines

  1. object GetDLG: TGetDLG
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Retrieve File'
  7.   ClientHeight = 200
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 7
  21.     Width = 281
  22.     Height = 186
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 23
  29.     Width = 98
  30.     Height = 13
  31.     Caption = 'Filename to Get: '
  32.   end
  33.   object Label2: TLabel
  34.     Left = 46
  35.     Top = 56
  36.     Width = 76
  37.     Height = 13
  38.     Caption = 'Local Name: '
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 300
  42.     Top = 7
  43.     Width = 77
  44.     Height = 27
  45.     TabOrder = 3
  46.     Kind = bkOK
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 300
  53.     Top = 39
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 4
  57.     Kind = bkCancel
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object FileName: TEdit
  63.     Left = 125
  64.     Top = 19
  65.     Width = 121
  66.     Height = 20
  67.     TabOrder = 0
  68.   end
  69.   object GroupBox1: TGroupBox
  70.     Left = 37
  71.     Top = 96
  72.     Width = 209
  73.     Height = 81
  74.     Caption = 'Transfer Mode'
  75.     TabOrder = 2
  76.     object rbASCII: TRadioButton
  77.       Left = 24
  78.       Top = 13
  79.       Width = 113
  80.       Height = 17
  81.       Caption = 'ASCII'
  82.       TabOrder = 0
  83.     end
  84.     object rbBINARY: TRadioButton
  85.       Left = 24
  86.       Top = 55
  87.       Width = 113
  88.       Height = 17
  89.       Caption = 'Binary'
  90.       TabOrder = 2
  91.     end
  92.     object rbEBCDIC: TRadioButton
  93.       Left = 24
  94.       Top = 34
  95.       Width = 113
  96.       Height = 17
  97.       Caption = 'EBCDIC'
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object LocalName: TEdit
  102.     Left = 125
  103.     Top = 52
  104.     Width = 121
  105.     Height = 20
  106.     TabOrder = 1
  107.   end
  108. end
  109.